www.gusucode.com > serendipity PHP博客系统 v2.3.1PHP源码程序 > serendipity PHP博客系统 v2.3.1/Serendipity2.3.1/Serendipity-2.3.1/bundled-libs/Text/Wiki/Render/Xhtml/Freelink.php

    <?php

require_once 'Text/Wiki/Render/Xhtml/Wikilink.php';

class Text_Wiki_Render_Xhtml_Freelink extends Text_Wiki_Render_Xhtml_Wikilink {
    // renders identically to wikilinks, only the parsing is different :-)
}

?>